home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Old Testament Foundatiosn with Philip Yancey
/
Old Testament Foundatiosn with Philip Yancey - Disc 1.iso
/
pc
/
data
/
m09intro.dir
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-06
|
274 b
|
12 lines
on mouseDown
global gCurrentHtPage, gTotalHtPages, gTextFrame, gHyperText
if pressButton(15) then
pupSprites(1, 48, 0)
set gCurrentHtPage to 1
set gTotalHtPages to 1
set gTextFrame to "text2"
set gHyperText to "ht3."
go("hypertext")
end if
end